Server:
Install VNC server under Ubuntu: $sudo apt-get install vnc4server
Configure the VNC server, $vi ~/.vnc/xstartup
change the style to gnome-session & in the last line.start the VNC server: $vncserver
Client:
- Install VNC client under Windows: use http:\IP:580$ID to log in.
Tips: For 10060 error, run $iptables -F
to close firewall.